Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MINOR]: Simplify code, change requirement from PhysicalSortExpr to PhysicalSortRequirement #7913

Merged
merged 2 commits into from
Oct 24, 2023
Merged

[MINOR]: Simplify code, change requirement from PhysicalSortExpr to PhysicalSortRequirement #7913

merged 2 commits into from
Oct 24, 2023

Conversation

mustafasrepo
Copy link
Contributor

@mustafasrepo mustafasrepo commented Oct 24, 2023

Which issue does this PR close?

Closes #.

Rationale for this change

This is a cleanup PR. It removes couple of clones in the codebase, where they are not necessary. Also changes add_sort_above utils co that it takes &[PhysicalSortRequirement] instead of &[PhysicalSortExpr] as argument.

What changes are included in this PR?

Are these changes tested?

Existing tests should work

Are there any user-facing changes?

@github-actions github-actions bot added the core Core DataFusion crate label Oct 24, 2023
Copy link
Contributor

@ozankabak ozankabak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ozankabak ozankabak merged commit 10eabd6 into apache:main Oct 24, 2023
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Core DataFusion crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants